projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f80045
)
Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 15 Apr 1994 19:25:34 +0000
(19:25 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 15 Apr 1994 19:25:34 +0000
(19:25 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 2e05548ae40f375a0780016632f03df76e86e911..6c3993d73eb8842ba52145fcefbd8fc3f8c75921 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-2029,7
+2029,7
@@
Typing SPC flushes the help buffer."
;;;
;;; (defvar shell-mode-map '())
;;; (cond ((not shell-mode-map)
-;;; (setq shell-mode-map (
full-copy-sparse
-keymap comint-mode-map))
+;;; (setq shell-mode-map (
copy
-keymap comint-mode-map))
;;; (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command)
;;; (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command)
;;; (define-key shell-mode-map "\t" 'comint-dynamic-complete)